home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWINDOWRESTORE / TFRMWINDOWRESTORE.txt
Encoding:
Text File  |  2003-01-14  |  1.4 KB  |  61 lines

  1. inherited frmWindowRestore: TfrmWindowRestore
  2.   Left = 323
  3.   Top = 281
  4.   HelpContext = 84
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited memActionDesc: TMemo
  12.       Lines.Strings = (
  13.         
  14.           'Restore a window to its normal state.  The window must be open a' +
  15.           'nd available '
  16.         
  17.           'while the task is running, or the task will fail.  To search for' +
  18.           ' partial window titles, '
  19.         'use wildcard characters * and ?')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         inherited cboWindowTitle: TComboBox
  26.           OnDropDown = cboWindowTitleDropDown
  27.         end
  28.       end
  29.     end
  30.   end
  31.   inherited dxSIBarManager: TdxBarManager
  32.     Categories.ItemsVisibles = (
  33.       2)
  34.     Categories.Visibles = (
  35.       True)
  36.     PopupMenuLinks = <
  37.       item
  38.         Control = lsvAM5Errors
  39.         PopupMenu = dxCheckPopup
  40.       end>
  41.     DockControlHeights = (
  42.       0
  43.       0
  44.       0
  45.       0)
  46.   end
  47.   inherited dxCheckPopup: TdxBarPopupMenu
  48.     ItemLinks = <
  49.       item
  50.         Item = itmCheckAllErrors
  51.         UserGlyph.Data = {00000000}
  52.         Visible = True
  53.       end
  54.       item
  55.         Item = itmCheckNoErrors
  56.         UserGlyph.Data = {00000000}
  57.         Visible = True
  58.       end>
  59.   end
  60. end
  61.